The relations between left, right, width
and top, bottom, height are required for
internal consistency. It doesn't make sense
to ever drop these.
Changing the strength of these relations makes
my systems behave much more stable.
gtk_constraint_solver_add_constraint (solver,
res, GTK_CONSTRAINT_RELATION_EQ, expr,
- GTK_CONSTRAINT_WEIGHT_MEDIUM);
+ GTK_CONSTRAINT_WEIGHT_REQUIRED);
}
break;
gtk_constraint_solver_add_constraint (solver,
res, GTK_CONSTRAINT_RELATION_EQ, expr,
- GTK_CONSTRAINT_WEIGHT_MEDIUM);
+ GTK_CONSTRAINT_WEIGHT_REQUIRED);
}
break;